home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / wor / disk2714.zip / FEATURES < prev    next >
Text File  |  1980-01-01  |  5KB  |  116 lines

  1.  
  2.  
  3.  
  4.                             GEdit Editing System
  5.  
  6.  
  7.  
  8. The GEdit (Global Editor) Editing System provides much more flexiblity in file
  9. editing than can be obtained by using traditional text editors, as well as
  10. providing for the direct editing of computer memory and disk sectors. The
  11. system intergrates a set of special-purpose editors which allow the editing of
  12. text files, non-text files, disk sectors, and computer memory in ASCII or HEX
  13. format. In addition it allows for the creation and editing of dBASE files.
  14.  
  15.  
  16. Not only is the system excellent for developing source code, but also provides
  17. the means for viewing program output to data files (this is especially true
  18. with Clipper which uses dBASE compatible data files). Document formating (word
  19. processing) is also supported by a set of features in the Text Editor.
  20.  
  21.  
  22.  
  23. Common features for all the GEdit editors are listed below:
  24.  
  25.    * pop-up menus
  26.    * full mouse support
  27.    * recording & playback of editing sessions
  28.    * on-line help screens
  29.    * customizable screen colors
  30.    * 43/50 line EGA/VGA support
  31.    * stores up to 10 custom environments
  32.    * keyboard mapping
  33.    * file-name system which includes directory display and history
  34.    * extended character set (Alt + ASCII code)
  35.    * split-screen editing
  36.    * keystroke macros
  37.    * swaps out of memory for compiling and shelling to DOS
  38.    * block & column operations including erase, cut, paste, copy, move,
  39.      capture, indent, upper/lower case, and hot-print
  40.    * cut & paste between files
  41.    * unlimited cut buffers
  42.    * search (with wild cards), replace, and count
  43.    * unlimited line length
  44.    * variable tabs
  45.    * line drawing
  46.    * compare files
  47.    * insert & append files
  48.    * split and recombine large files
  49.    * pop-up ASCII chart
  50.    * print from disk or memory
  51.    * printer drivers for Epson FX and HP LaserJet III
  52.    * customizable printer drivers
  53.    * support for parallel and serial printing
  54.  
  55.  
  56.  
  57.  
  58.                                  (continued)
  59.  
  60.  
  61.  
  62. The four special-purpose editors are discussed below:
  63.  
  64.  
  65.    Text File Editor - The full-featured Text Editor follows the standard
  66.    conventions that have been established for ASCII text files. It is useful
  67.    for writing source code and word processing. In addition to the standard
  68.    features mentioned above the editor also provides the following features:
  69.  
  70.        * free cursor
  71.        * auto-indent
  72.        * create matching symbols
  73.        * check for non-matching symbols
  74.        * center string
  75.        * word wrap
  76.        * indent
  77.        * justify/unjustify
  78.        * paragraph reformat
  79.        * pagination
  80.        * format codes (standard and user defined)
  81.  
  82.  
  83.    Stream Editor - The Stream Editor edits non-text files, disk sectors, and
  84.    computer memory.
  85.  
  86.        Non-text files are usually not accessible to word processors or text
  87.        editors. This type file is displayed in a fixed-line-length format. The
  88.        line length can be specified in Setup, and can be changed after the
  89.        file is loaded. The non-text file type is useful for creating and
  90.        editing data files and viewing and editing strings in program files.
  91.  
  92.        Disk Sectors can be loaded into the Stream Editor and treated as a non-
  93.        text file or as disk sectors. The number of sectors which can be loaded
  94.        is dependent on available memory. Material read directly from a disk
  95.        can be edited and saved to a disk as a file (useful for recovering
  96.        files from a disk on which the FAT has been corrupted) if the sectors
  97.        were loaded as a file. Or if the sectors were loaded as sectors, they
  98.        can be edited and written back to the disk as sectors.
  99.  
  100.        Computer memory can be displayed and edited using the Stream Editor.
  101.        One segment (64K) is accessible, beginning at the address specified.
  102.        The display of memory is in real time, meaning that changes in memory
  103.        can be observed as they occur.
  104.  
  105.  
  106.    Hex Editor - The Hex Editor edits non-text files, disk sectors and computer
  107.    memory. The hex representation (16 bytes) is displayed on the left side of
  108.    the screen with the corresponding characters displayed on the right side.
  109.    All editing is performed on the hex display.
  110.  
  111.  
  112.    dBASE Editor - The dBASE Editor edits dBASE data file headers and dBASE
  113.    data files (useful for restoring corrupted files and for directly editing
  114.    dBASE data), creates new dBASE files, and modifies and copies dBASE file
  115.    structures. It will also import dBASE files as ASCII text files.
  116.